PagesPerSheet

public interface PagesPerSheet<T extends PrintSettings>

Allows configuring the number of pages per sheet.

Implemented by concrete PrintSettings implementations that support configuring the number of pages per sheet.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract PagesPerSheet pagesPerSheet()
Returns the number of pages per sheet.
public abstract T pagesPerSheet(PagesPerSheet pagesPerSheet)
Configures the number of pages per sheet.